home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ICONS / HOUSEY.OPD < prev    next >
Encoding:
Text File  |  1996-03-13  |  914 b   |  46 lines

  1. #[document 21.15 32.05 162.95 162.5
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(44.30,123.60);
  16. l(44.30,32.05);
  17. l(139.80,32.05);
  18. l(139.80,123.60);
  19. l(44.30,123.60);
  20. close_edge();
  21. p=path();
  22. gc_draw_style(oe);
  23. gc_color(0.00,0.00,0.00);
  24. s[0]=draw(p);
  25. m(112.35,162.50);
  26. l(110.25,135.20);
  27. l(128.40,135.20);
  28. l(126.35,162.50);
  29. l(112.35,162.50);
  30. close_edge();
  31. p=path();
  32. s[1]=draw(p);
  33. m(21.15,119.65);
  34. l(92.05,160.90);
  35. l(162.95,119.65);
  36. l(21.15,119.65);
  37. close_edge();
  38. p=path();
  39. s[2]=draw(p);
  40. s[1]over=s[2];
  41. s[0]over=s[1];
  42. page:=s[0];
  43. s=NULL;
  44. #]page
  45. #]document
  46.